home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Complete Linux
/
Complete Linux.iso
/
docs
/
apps
/
database
/
postgres
/
postgre4.z
/
postgre4
/
src
/
lib
/
H
/
access
/
tup.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-08-27
|
314 b
|
15 lines
/*
* tup.h --
* POSTGRES tuple structure definitions.
*
* Identification:
* $Header: /private/postgres/src/lib/H/access/RCS/tup.h,v 1.5 1990/08/17 08:51:14 cimarron Exp $
*/
#ifndef TupIncluded /* Include this file only once. */
#define TupIncluded 1
#include "tmp/c.h"
#endif /* !defined(TupIncluded) */